home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / Slots.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  81 lines

  1. /*
  2.      File:        Slots.idl
  3.  
  4.      Contains:    Slot Manager Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __SLOTS_IDL__
  19. #define __SLOTS_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __EVENTS_IDL__
  28. #include <Events.idl>
  29. #endif
  30. #ifndef __OSUTILS_IDL__
  31. #include <OSUtils.idl>
  32. #endif
  33. #ifndef __FILES_IDL__
  34. #include <Files.idl>
  35. #endif
  36.  
  37. #ifdef __SOMIDL__
  38.  
  39. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  40. typedef OpaquePtr SlotIntServiceProcPtr;
  41. typedef OpaquePtr SlotIntServiceUPP;
  42. typedef SOMLargeStruct            SlotIntQElement;            /* Derived from a struct of 16 bytes in size */
  43.  
  44. typedef OpaquePtr                SQElemPtr;                    /* Substituted OpaquePtr for ``SlotIntQElement*'' */
  45.  
  46. typedef SOMLargeStruct            SpBlock;                    /* Derived from a struct of 56 bytes in size */
  47.  
  48. typedef OpaquePtr                SpBlockPtr;                    /* Substituted OpaquePtr for ``SpBlock*'' */
  49.  
  50. typedef SOMLargeStruct            SInfoRecord;                /* Derived from a struct of 24 bytes in size */
  51.  
  52. typedef OpaquePtr                SInfoRecPtr;                /* Substituted OpaquePtr for ``SInfoRecord*'' */
  53.  
  54. typedef SOMLargeStruct            SDMRecord;                    /* Derived from a struct of 16 bytes in size */
  55.  
  56. typedef SOMLargeStruct            FHeaderRec;                    /* Derived from a struct of 20 bytes in size */
  57.  
  58. typedef OpaquePtr                FHeaderRecPtr;                /* Substituted OpaquePtr for ``FHeaderRec*'' */
  59.  
  60. /*
  61.  
  62.      Extended Format header block  -  extended declaration ROM format header for super sRsrc directories.    <H2><SM0>
  63.  
  64. */
  65. typedef SOMLargeStruct            XFHeaderRec;                /* Derived from a struct of 36 bytes in size */
  66.  
  67. typedef OpaquePtr                XFHeaderRecPtr;                /* Substituted OpaquePtr for ``XFHeaderRec*'' */
  68.  
  69. typedef SOMLargeStruct            SEBlock;                    /* Derived from a struct of 24 bytes in size */
  70.  
  71. /*  Principle  */
  72. /*  Special  */
  73. /*  Advanced  */
  74. /*  Device Manager Slot Support  */
  75. #endif
  76.  
  77. #endif /* __SOMIDL__ */
  78.  
  79. #endif /* __SLOTS_IDL__ */
  80.  
  81.